Skip to content

stdlib: Fix compiler warnings in Concurrency, Cxx, and RuntimeModule#87424

Merged
tshortli merged 1 commit into
swiftlang:mainfrom
tshortli:fix-warnings
Feb 23, 2026
Merged

stdlib: Fix compiler warnings in Concurrency, Cxx, and RuntimeModule#87424
tshortli merged 1 commit into
swiftlang:mainfrom
tshortli:fix-warnings

Conversation

@tshortli
Copy link
Copy Markdown
Contributor

  • Remove spurious unsafe on non-unsafe calls in TaskCancellation.swift and UnsafeCxxIterators.swift
  • Change var fd to let fd in ImageSource.swift since it is never mutated

- Remove spurious `unsafe` on non-unsafe calls in TaskCancellation.swift
  and UnsafeCxxIterators.swift
- Change `var fd` to `let fd` in ImageSource.swift since it is never mutated
@tshortli
Copy link
Copy Markdown
Contributor Author

@swift-ci please smoke test

@tshortli tshortli enabled auto-merge February 23, 2026 17:46
@tshortli
Copy link
Copy Markdown
Contributor Author

@tshortli tshortli merged commit 9944ff1 into swiftlang:main Feb 23, 2026
3 checks passed
@tshortli tshortli deleted the fix-warnings branch February 23, 2026 23:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants